containers.<name>.extraVeths.<name>.localAddress6
The IPv6 address assigned to the interface in the container. If a hostBridge is used, this should be given with netmask to access the whole network. Otherwise the default netmask is /128 and routing is set up from localAddress6 to hostAddress6 and back.
- Type
null or string- Default
null- Example
"fc00::2"- Declared
- <nixpkgs/nixos/modules/virtualisation/nixos-containers.nix>